Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

134 breaking remove unicode characters #135

Merged
merged 10 commits into from
Dec 3, 2024

Conversation

pasq-cat
Copy link
Member

fixed scitypes, added aliases, changed changelog.

@pasq-cat pasq-cat linked an issue Nov 26, 2024 that may be closed by this pull request
@pasq-cat pasq-cat requested a review from pat-alt November 26, 2024 19:49
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 89.70588% with 7 lines in your changes missing coverage. Please review.

Project coverage is 96.39%. Comparing base (aae3ee3) to head (acca823).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
src/baselaplace/core_struct.jl 53.84% 6 Missing ⚠️
src/baselaplace/prior.jl 95.23% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
- Coverage   97.00%   96.39%   -0.62%     
==========================================
  Files          22       22              
  Lines         734      776      +42     
==========================================
+ Hits          712      748      +36     
- Misses         22       28       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@pat-alt pat-alt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏽 might be worth addressing a few things though since this is a major release:

  • Add some additional detail to the CHANGELOG
  • Add tests to ensure that accessing fields through aliases still works
  • Making sure that everywhere in the code base we access fields using their new names, instead of the aliases (since this is meant purely for usability)

@pat-alt pat-alt merged commit cecd31b into main Dec 3, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BREAKING] Remove unicode characters
2 participants